projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12de141
)
(isearch-ring-advance-edit, isearch-complete-edit):
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 4 Nov 1999 20:43:05 +0000
(20:43 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 4 Nov 1999 20:43:05 +0000
(20:43 +0000)
Use delete-field instead of erase-field.
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 8f93bbfcab7da76b723df9bbbe130344fe0ab001..4a57607b30fe21eb3a45520c88ace8949728b377 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-1324,7
+1324,7
@@
With prefix arg N, insert the Nth element."
(mod (- (or yank-pointer 0) n)
length)))
- (
eras
e-field)
+ (
delet
e-field)
(insert (nth yank-pointer ring))
(goto-char (point-max)))))
@@
-1393,7
+1393,7
@@
If there is no completion possible, say so and continue searching."
(setq isearch-string (buffer-string))
(if (isearch-complete1)
(progn
- (
eras
e-field)
+ (
delet
e-field)
(insert isearch-string))))
\f